substring Method (JScript 5.6)

Returns the substring at the specified location within a String object.

strVariable.substring(start, end)
"String Literal".substring(start, end) 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also